Gen4DOStringInfo

The attribute Gen4DOStringInfo is generated for properties of type String and provides information about the maximum length of the corresponding table column and if the column requires a value. That can be useful for validation of property values before persisting the object.


[Gen4DOStringInfo(40, true)]

public virtual string Companyname

{

       get { return this.companyname; }

       set { this.companyname = value; }

}